home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / stime < prev    next >
Text File  |  2001-03-21  |  531b  |  23 lines

  1. Synopsis:
  2.    $stime(<integer>)
  3.  
  4. Technical:
  5.    This function is used to convert from utc time to a format that is human-
  6.    readable.
  7.  
  8. Practical:
  9.    This function is usually used to convert $time() output.  It isn't as
  10.    flexible as $strftime(), but it can work with any time, not just the
  11.    current.
  12.  
  13. Returns:
  14.    current date/time string in human-readable form
  15.  
  16. Examples:
  17.    $stime($time())             current time string
  18.    $stime(0)                   the dawn of time
  19.  
  20. See Also:
  21.    strftime(6); time(6)
  22.  
  23.